From 1fb79e518a4e2619feb58bb089097e5a08f7a914 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Fri, 4 Aug 2006 08:37:24 -0600 Subject: [PATCH] [IA64] unprotected perfc_defn.h Do not protected against multiple include. Signed-off-by: Tristan Gingold --- xen/include/asm-ia64/perfc_defn.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/xen/include/asm-ia64/perfc_defn.h b/xen/include/asm-ia64/perfc_defn.h index 32532dd143..fb099f7e4f 100644 --- a/xen/include/asm-ia64/perfc_defn.h +++ b/xen/include/asm-ia64/perfc_defn.h @@ -1,5 +1,4 @@ -#ifndef XEN_PERFC_DEFN_H -#define XEN_PERFC_DEFN_H +/* This file is legitimately included multiple times. */ PERFCOUNTER_CPU(dtlb_translate, "dtlb hit") @@ -20,5 +19,3 @@ PERFCOUNTER_CPU(pal_halt_light, "calls to pal_halt_light") PERFCOUNTER_CPU(context_switch, "context switch") PERFCOUNTER_CPU(lazy_cover, "lazy cover") - -#endif -- 2.30.2